-
Notifications
You must be signed in to change notification settings - Fork 1
Switch to new REST object APIs #115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Few questions:
|
Regarding the 2 statement: in the production it works now: send.fs.neo.org, but if I use this container locally with rest, it shows: Maybe it's domain specific and everything will work? |
nginx config should be updated, we can keep it, send.fs.neo.org always used it. Container permissions should be sufficient, if it works with the old API it should work the same with the new one. |
fb9fdec
to
21a0d87
Compare
35b87bb
to
fc09f35
Compare
|
efaea7e
to
692fe1a
Compare
@roman-khimov done |
location /gate/upload/ { | ||
rewrite ^/gate/(.*) /upload/$data_cid break; | ||
proxy_pass https://$neofs_http_gateway; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
%s/neofs_http_gateway/neofs_rest_gateway/g
Signed-off-by: Mikhail Petrov <mike@nspcc.ru>
Signed-off-by: Mikhail Petrov <mike@nspcc.ru>
Signed-off-by: Mikhail Petrov <mike@nspcc.ru>
597a7d2
to
bdeee79
Compare
closes #114
Signed-off-by: Mikhail Petrov mike@nspcc.ru